projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3fc06
)
build: Remove wrong kwargs from a11y test()s
author
Timm Bäder
<mail@baedert.org>
Tue, 15 Aug 2017 12:48:43 +0000
(14:48 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 15 Aug 2017 12:56:13 +0000
(14:56 +0200)
test() does not take install: or install_dir: kwargs.
testsuite/a11y/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/a11y/meson.build
b/testsuite/a11y/meson.build
index f518bcf07161cf786fe68a0b469a338727e3db57..b5e0814eeb0b7d2f497fda8f79224e00bd31de33 100644
(file)
--- a/
testsuite/a11y/meson.build
+++ b/
testsuite/a11y/meson.build
@@
-18,9
+18,7
@@
foreach t: a11y_tests
'@0@.c'.format(t),
dependencies: libgtk_dep),
args: [ '--tap', '-k', ],
- env: installed_test_env,
- install: true,
- install_dir: installed_test_bindir)
+ env: installed_test_env)
endforeach
a11y_installed_tests = [